home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0108-reShowReverted & Na-Aug89 < prev    next >
Encoding:
Text File  |  1989-08-28  |  1.4 KB  |  35 lines  |  [TEXT/GEOL]

  1. Item    1442749                         28-Aug-89        12:27
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry,APL
  4.  
  5. To:     D2086                           Efficient Field Svc, C Faith,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    reShowReverted & Naming
  10.  
  11. The thing that ShowReverted does is to check the view's size.  In the case you
  12. mention, the size of the view is shrinking so ForceRedraw forces the new view
  13. size to redraw itself.  This leaves part of the old view on the screen.  I
  14. agree with you that the TTEView methods that change the text should take care
  15. of this.
  16.  
  17. ShowReverted is called after revert command to tell the view to show itself.
  18. It's a separate method in case the view needs to do something special when a
  19. Revert happens.
  20.  
  21. Hysteresis in the context of a mouse command specifies how far the mouse has to
  22. move from the initial click before MacApp will assume the mouse is moving.
  23. This is to allow for the case where the user clicks the mouse, but moves
  24. slightly in the process.
  25.  
  26. The dictionary describes hysteresis as the failure of a property to return to
  27. its original state when the cause of its change is removed.  So it looks like I
  28. used the term for the opposite case (where the property doesn't immediately
  29. change even though you try to cahnge it).
  30.  
  31. You are 100% right that naming is important in something like MacApp.
  32.  
  33. Larry Rosenstein
  34.  
  35.